home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / ED / PCKEY.ZIP / EXSIZE2.SCR < prev    next >
Encoding:
Text File  |  1993-05-25  |  15.8 KB  |  872 lines

  1. :exsize2.scr
  2.  
  3. if memory 1 ! 9 goto exit
  4. if memory 2 > 0 goto lesson2
  5. goto start_lesson
  6.  
  7. :repeat_lesson
  8. bkey r
  9. bkey ' 
  10.  
  11. :start_lesson
  12. clear 15
  13.  
  14. cursor 22 19
  15. print 'Press any key to start lesson 11.
  16. wait -
  17. clear 19 19
  18.  
  19. clear 15
  20. cursor 2 16
  21. print 'Remember what I said about using the CAPS LOCK as this exercise presents a
  22. cursor 0 17
  23. print 'lot of text that is capitalised. That is, instead of pressing a SHIFT key
  24. cursor 0 18
  25. print 'together with another key, press the CAPS LOCK type in the text that is
  26. cursor 0 19
  27. print 'capitalised and press the CAPS LOCK again.
  28.  
  29. pass 90
  30. if auto ! 0 auto
  31. script - stspeed
  32.  
  33. script - waitspc
  34. start 2
  35.  
  36. :again
  37. start 3
  38.  
  39. clear 15
  40. cursor 9 16
  41. print 'Firstly, each file on any disk has a name, or filename, 
  42. cursor 9 20
  43. print 'which consists of two parts; the name and extension, the 
  44. cursor 9 16
  45. test -
  46. scroll 4 15 22
  47. cursor 9 20
  48. print 'extension is optional and is separated from the name with 
  49. cursor 9 16
  50. test -
  51.  
  52. scroll 4 15 22
  53. cursor 9 20
  54. print 'a dot. Generally, the extension indicates the type of the 
  55. cursor 9 16
  56. test -
  57.  
  58. scroll 4 15 22
  59. cursor 9 20
  60. print 'file; program files have the extension '.EXE' 
  61. cursor 9 16
  62. test -
  63.  
  64. scroll 4 15 22
  65. cursor 9 20
  66. print '(executable,) or '.COM' (command.) If you type DIR 
  67. cursor 9 16
  68. test -
  69.  
  70. scroll 4 15 22
  71. cursor 9 20
  72. print 'followed by the ENTER key all of the filenames in the 
  73. cursor 9 16
  74. test -
  75.  
  76. scroll 4 15 22
  77. cursor 9 20
  78. print 'current directory in the current disk will be listed with 
  79. cursor 9 16
  80. test -
  81.  
  82. scroll 4 15 22
  83. cursor 9 20
  84. print 'the size of each file and when it was created.
  85. enter
  86. cursor 9 16
  87. test -
  88.  
  89. scroll 4 15 22
  90. cursor 9 20
  91. print 'Directorys are organised like a hierarchy; the ROOT 
  92. cursor 9 16
  93. test -
  94.  
  95. scroll 4 15 22
  96. cursor 9 20
  97. print 'directory starts at the top - or bottom depending on how 
  98. cursor 9 16
  99. test -
  100.  
  101. scroll 4 15 22
  102. cursor 9 20
  103. print 'you like to think it. From within the ROOT directory 
  104. cursor 9 16
  105. test -
  106.  
  107. scroll 4 15 22
  108. cursor 9 20
  109. print 'follow more directorys or sub-directorys, and from these, 
  110. cursor 9 16
  111. test -
  112.  
  113. scroll 4 15 22
  114. cursor 9 20
  115. print 'follow other sub-directorys, and so on. Directorys are 
  116. cursor 9 16
  117. test -
  118.  
  119. scroll 4 15 22
  120. cursor 9 20
  121. print 'indicated in the DIR listing as directorys with <DIR> 
  122. cursor 9 16
  123. test -
  124.  
  125. scroll 4 15 22
  126. cursor 9 20
  127. print 'instead of the file size.
  128. enter
  129. cursor 9 16
  130. test -
  131.  
  132. scroll 4 15 22
  133. cursor 9 20
  134. print 'Each drive has a letter; the floppy drive - the one you 
  135. cursor 9 16
  136. test -
  137.  
  138. scroll 4 15 22
  139. cursor 9 20
  140. print 'put disks into - is drive A. If you have another floppy 
  141. cursor 9 16
  142. test -
  143.  
  144. scroll 4 15 22
  145. cursor 9 20
  146. print 'drive that is called B and if you have a hard drive, that 
  147. cursor 9 16
  148. test -
  149.  
  150. scroll 4 15 22
  151. cursor 9 20
  152. print 'is called C. Usually the drive letter of the current disk 
  153. cursor 9 16
  154. test -
  155.  
  156. scroll 4 15 22
  157. cursor 9 20
  158. print 'is displayed with the prompt ie. A> When you want to run a 
  159. cursor 9 16
  160. test -
  161.  
  162. scroll 4 15 22
  163. cursor 9 20
  164. print 'program yourself, you simply type its name and press ENTER 
  165. cursor 9 16
  166. test -
  167.  
  168. scroll 4 15 22
  169. cursor 9 20
  170. print '- that is, if the program is in the current directory. If 
  171. cursor 9 16
  172. test -
  173.  
  174. scroll 4 15 22
  175. cursor 9 20
  176. print 'it is in another directory - you will know this if you get 
  177. cursor 9 16
  178. test -
  179.  
  180. scroll 4 15 22
  181. cursor 9 20
  182. print 'the error message 'file not found' - then you will have to 
  183. cursor 9 16
  184. test -
  185.  
  186. scroll 4 15 22
  187. cursor 9 20
  188. print 'specify which directory the program is in by putting a 
  189. cursor 9 16
  190. test -
  191.  
  192. scroll 4 15 22
  193. cursor 9 20
  194. print ''PATH' in front of the filename of the program. 
  195. cursor 9 16
  196. test -
  197.  
  198. scroll 4 15 22
  199. cursor 9 20
  200. print 'Basically the PATH consists of directory names separated 
  201. cursor 9 16
  202. test -
  203.  
  204. scroll 4 15 22
  205. cursor 9 20
  206. print 'by a backslash '\', also a backslash should separate the 
  207. cursor 9 16
  208. test -
  209.  
  210. scroll 4 15 22
  211. cursor 9 20
  212. print 'path from any filename.
  213. enter
  214. cursor 9 16
  215. test -
  216.  
  217. scroll 4 15 22
  218. cursor 9 20
  219. print 'Say for example you have a fresh blank disk in your drive, 
  220. cursor 9 16
  221. test -
  222.  
  223. scroll 4 15 22
  224. cursor 9 20
  225. print 'the current directory will be the ROOT as there will be no 
  226. cursor 9 16
  227. test -
  228.  
  229. scroll 4 15 22
  230. cursor 9 20
  231. print 'other sub-directorys. So if you want to keep all of your 
  232. cursor 9 16
  233. test -
  234.  
  235. scroll 4 15 22
  236. cursor 9 20
  237. print 'files related to the word processor together then keep 
  238. cursor 9 16
  239. test -
  240.  
  241. scroll 4 15 22
  242. cursor 9 20
  243. print 'them in a directory called 'PCWORD' or whatever you want 
  244. cursor 9 16
  245. test -
  246.  
  247. scroll 4 15 22
  248. cursor 9 20
  249. print 'to call it. You create that directory by typing MD PCWORD 
  250. cursor 9 16
  251. test -
  252.  
  253. scroll 4 15 22
  254. cursor 9 20
  255. print '<ENTER> then type DIR <ENTER> and your directory will show 
  256. cursor 9 16
  257. test -
  258.  
  259. scroll 4 15 22
  260. cursor 9 20
  261. print 'up in the directory listing.
  262. enter
  263. cursor 9 16
  264. test -
  265.  
  266. scroll 4 15 22
  267. cursor 9 20
  268. print 'Now if you type CD PCWORD <ENTER> you will make PCWORD the 
  269. cursor 9 16
  270. test -
  271.  
  272. scroll 4 15 22
  273. cursor 9 20
  274. print 'current directory, and when you type DIR, all the files in 
  275. cursor 9 16
  276. test -
  277.  
  278. scroll 4 15 22
  279. cursor 9 20
  280. print 'PCWORD will be displayed. Whenever you want to return to 
  281. cursor 9 16
  282. test -
  283.  
  284. scroll 4 15 22
  285. cursor 9 20
  286. print 'the ROOT directory then type CD \ or CD .. to return to 
  287. cursor 9 16
  288. test -
  289.  
  290. scroll 4 15 22
  291. cursor 9 20
  292. print 'the parent directory - the directory of which the current 
  293. cursor 9 16
  294. test -
  295.  
  296. scroll 4 15 22
  297. cursor 9 20
  298. print 'directory is in.
  299. enter
  300. cursor 9 16
  301. test -
  302.  
  303. scroll 4 15 22
  304. cursor 9 20
  305. print 'So, in the directory PCWORD you can create other 
  306. cursor 9 16
  307. test -
  308.  
  309. scroll 4 15 22
  310. cursor 9 20
  311. print 'directorys like LETTERS or WORK or whatever. You create 
  312. cursor 9 16
  313. test -
  314.  
  315. scroll 4 15 22
  316. cursor 9 20
  317. print 'these directorys in the same way. If the current directory 
  318. cursor 9 16
  319. test -
  320.  
  321. scroll 4 15 22
  322. cursor 9 20
  323. print 'is PCWORD then type MD LETTERS Or alternatively MD 
  324. cursor 9 16
  325. test -
  326.  
  327. scroll 4 15 22
  328. cursor 9 20
  329. print '\PCWORD\LETTERS doing it this way enables you to create 
  330. cursor 9 16
  331. test -
  332.  
  333. scroll 4 15 22
  334. cursor 9 20
  335. print 'your directory even if the current directory is'nt PCWORD. 
  336. cursor 9 16
  337. test -
  338.  
  339. scroll 4 15 22
  340. cursor 9 20
  341. print 'The leading backslash '\' indicates that the PATH starts 
  342. cursor 9 16
  343. test -
  344.  
  345. scroll 4 15 22
  346. cursor 9 20
  347. print 'from the ROOT directory.
  348. enter
  349. cursor 9 16
  350. test -
  351.  
  352. scroll 4 15 22
  353. cursor 9 20
  354. print 'So to select that directory from anywhere type CD 
  355. cursor 9 16
  356. test -
  357.  
  358. scroll 4 15 22
  359. cursor 9 20
  360. print '\PCWORD\LETTERS And likewise if you want to run PcWord and 
  361. cursor 9 16
  362. test -
  363.  
  364. scroll 4 15 22
  365. cursor 9 20
  366. print 'PCWORD.EXE is in \PCWORD then type \PCWORD\PCWORD this 
  367. cursor 9 16
  368. test -
  369.  
  370. scroll 4 15 22
  371. cursor 9 20
  372. print 'will execute PCWORD.EXE that is in the directory PCWORD 
  373. cursor 9 16
  374. test -
  375.  
  376. scroll 4 15 22
  377. cursor 9 20
  378. print 'that leads from the ROOT directory. There are a few DOS 
  379. cursor 9 16
  380. test -
  381.  
  382. scroll 4 15 22
  383. cursor 9 20
  384. print '(Disk Operating System) commands to navigate you around 
  385. cursor 9 16
  386. test -
  387.  
  388. scroll 4 15 22
  389. cursor 9 20
  390. print 'your disk as well as a wealth of "utilitys" that you can 
  391. cursor 9 16
  392. test -
  393.  
  394. scroll 4 15 22
  395. cursor 9 20
  396. print 'buy - shareware or commercial - that help you to organise 
  397. cursor 9 16
  398. test -
  399.  
  400. scroll 4 15 22
  401. cursor 9 20
  402. print 'your files.
  403. enter
  404. cursor 9 16
  405. test -
  406.  
  407. cursor 9 20
  408. test -
  409.  
  410. script - sofar
  411. if accuracy 3 < 90 goto again
  412. if key = R goto repeat_lesson
  413. if key = r goto repeat_lesson
  414.  
  415. memory 2 = 1
  416. goto start_lesson2
  417.  
  418. :lesson2
  419. if memory 2 > 1 goto lesson3
  420. goto start_lesson2
  421.  
  422. :repeat_lesson2
  423. bkey r
  424. bkey ' 
  425.  
  426. :start_lesson2
  427. clear 15
  428.  
  429. cursor 26 18
  430. print 'Now for part 2 of lesson 11.
  431.  
  432. pass 90
  433. if auto ! 0 auto
  434. script - stspeed
  435.  
  436. script - waitspc
  437. start 2
  438.  
  439. :again2
  440. start 3
  441.  
  442. clear 15
  443. cursor 9 16
  444. print 'The rotation of the Earth around its polar axis produces 
  445. cursor 9 20
  446. print 'day and night. The inclination of the polar axis results 
  447. cursor 9 16
  448. test -
  449. scroll 4 15 22
  450. cursor 9 20
  451. print 'in the season. The Earth can be likened to a huge 
  452. cursor 9 16
  453. test -
  454.  
  455. scroll 4 15 22
  456. cursor 9 20
  457. print 'gyroscope which orients itself at a particular angle even 
  458. cursor 9 16
  459. test -
  460.  
  461. scroll 4 15 22
  462. cursor 9 20
  463. print 'though it is hurtling through space in its orbit around 
  464. cursor 9 16
  465. test -
  466.  
  467. scroll 4 15 22
  468. cursor 9 20
  469. print 'the Sun. At the present time, the North Pole points at the 
  470. cursor 9 16
  471. test -
  472.  
  473. scroll 4 15 22
  474. cursor 9 20
  475. print 'star Polaris, but this has not always been so, mainly 
  476. cursor 9 16
  477. test -
  478.  
  479. scroll 4 15 22
  480. cursor 9 20
  481. print 'because the axis of the Earth wanders and wobbles.
  482. enter
  483. cursor 9 16
  484. test -
  485.  
  486. scroll 4 15 22
  487. cursor 9 20
  488. print 'The wandering of the Earth's axis was known by the 
  489. cursor 9 16
  490. test -
  491.  
  492. scroll 4 15 22
  493. cursor 9 20
  494. print 'Egyptians and later "discovered" by the Greek astronomer 
  495. cursor 9 16
  496. test -
  497.  
  498. scroll 4 15 22
  499. cursor 9 20
  500. print 'Hipparchus (born approximately 190 BC.) The wandering 
  501. cursor 9 16
  502. test -
  503.  
  504. scroll 4 15 22
  505. cursor 9 20
  506. print 'produces a slow western motion of the equinoctial points 
  507. cursor 9 16
  508. test -
  509.  
  510. scroll 4 15 22
  511. cursor 9 20
  512. print 'through the ecliptic. Since the equinox is defined by the 
  513. cursor 9 16
  514. test -
  515.  
  516. scroll 4 15 22
  517. cursor 9 20
  518. print 'moment when day is exactly equal to night and the Sun 
  519. cursor 9 16
  520. test -
  521.  
  522. scroll 4 15 22
  523. cursor 9 20
  524. print 'passes the equator along the ecliptic, this equinoctial 
  525. cursor 9 16
  526. test -
  527.  
  528. scroll 4 15 22
  529. cursor 9 20
  530. print 'point of 0 degrees Aries was originally assumed to be 
  531. cursor 9 16
  532. test -
  533.  
  534. scroll 4 15 22
  535. cursor 9 20
  536. print 'always coincident to the beggining of the constellation 
  537. cursor 9 16
  538. test -
  539.  
  540. scroll 4 15 22
  541. cursor 9 20
  542. print 'Aries. The Egyptians found that the orientation of the 
  543. cursor 9 16
  544. test -
  545.  
  546. scroll 4 15 22
  547. cursor 9 20
  548. print 'Earth and the Sun was not quite identical at the Vernal 
  549. cursor 9 16
  550. test -
  551.  
  552. scroll 4 15 22
  553. cursor 9 20
  554. print 'Equinox each year and discovered after many years of 
  555. cursor 9 16
  556. test -
  557.  
  558. scroll 4 15 22
  559. cursor 9 20
  560. print 'observation that this equinoctial point moved backwards 
  561. cursor 9 16
  562. test -
  563.  
  564. scroll 4 15 22
  565. cursor 9 20
  566. print 'through the zodiac relative to the constellations. The 
  567. cursor 9 16
  568. test -
  569.  
  570. scroll 4 15 22
  571. cursor 9 20
  572. print 'complete revolution through the zodiac takes about 25,500 
  573. cursor 9 16
  574. test -
  575.  
  576. scroll 4 15 22
  577. cursor 9 20
  578. print 'years - a Platonic Year. As the Vernal equinox moves 
  579. cursor 9 16
  580. test -
  581.  
  582. scroll 4 15 22
  583. cursor 9 20
  584. print 'clockwise through the twelve signs, the length of time 
  585. cursor 9 16
  586. test -
  587.  
  588. scroll 4 15 22
  589. cursor 9 20
  590. print 'required to traverse each sign is about 2120 years - a 
  591. cursor 9 16
  592. test -
  593.  
  594. scroll 4 15 22
  595. cursor 9 20
  596. print 'Platonic Month. The Vernal Equinox pointer, the cusp of 
  597. cursor 9 16
  598. test -
  599.  
  600. scroll 4 15 22
  601. cursor 9 20
  602. print 'Aries, only coincides with the constellation Aries once 
  603. cursor 9 16
  604. test -
  605.  
  606. scroll 4 15 22
  607. cursor 9 20
  608. print 'every 25,500 years. Hipparchus fixed the position of the 
  609. cursor 9 16
  610. test -
  611.  
  612. scroll 4 15 22
  613. cursor 9 20
  614. print 'Vernal Equinox as 0 degrees Aries independent of the actual 
  615. cursor 9 16
  616. test -
  617.  
  618. scroll 4 15 22
  619. cursor 9 20
  620. print 'constellation of the Vernal Equinox occurred in.
  621. enter
  622. cursor 9 16
  623. test -
  624.  
  625. scroll 4 15 22
  626. cursor 9 20
  627. print 'The Vernal Equinox at the present time is on the border 
  628. cursor 9 16
  629. test -
  630.  
  631. scroll 4 15 22
  632. cursor 9 20
  633. print 'between the constellations Pisces and the constellation 
  634. cursor 9 16
  635. test -
  636.  
  637. scroll 4 15 22
  638. cursor 9 20
  639. print 'Aquarius. When the pointer enters the sign Aquarius, the 
  640. cursor 9 16
  641. test -
  642.  
  643. scroll 4 15 22
  644. cursor 9 20
  645. print '"Age of Aquarius" which has been so anxiously heralded 
  646. cursor 9 16
  647. test -
  648.  
  649. scroll 4 15 22
  650. cursor 9 20
  651. print 'will begin. Each precessional sign bestows certain 
  652. cursor 9 16
  653. test -
  654.  
  655. scroll 4 15 22
  656. cursor 9 20
  657. print 'characteristics upon the two thousand year period it 
  658. cursor 9 16
  659. test -
  660.  
  661. scroll 4 15 22
  662. cursor 9 20
  663. print 'governs. The "Age of the Ram" precceeded the Piscean Age 
  664. cursor 9 16
  665. test -
  666.  
  667. scroll 4 15 22
  668. cursor 9 20
  669. print 'of the last two thousand years, and that age was dominated 
  670. cursor 9 16
  671. test -
  672.  
  673. scroll 4 15 22
  674. cursor 9 20
  675. print 'by the early civilizations which used the Ram for their 
  676. cursor 9 16
  677. test -
  678.  
  679. scroll 4 15 22
  680. cursor 9 20
  681. print 'totem and sacrifical animal. The Age before used the 
  682. cursor 9 16
  683. test -
  684.  
  685. scroll 4 15 22
  686. cursor 9 20
  687. print 'Taurean Bull as its prime symbol, and so on.
  688. enter
  689. cursor 9 16
  690. test -
  691.  
  692. scroll 4 15 22
  693. cursor 9 20
  694. print 'This question of precession of the equinoxes has produced 
  695. cursor 9 16
  696. test -
  697.  
  698. scroll 4 15 22
  699. cursor 9 20
  700. print 'great criticism of astrology since astrology uses the 
  701. cursor 9 16
  702. test -
  703.  
  704. scroll 4 15 22
  705. cursor 9 20
  706. print 'standards set up by Hipparchus, but astronomers still use 
  707. cursor 9 16
  708. test -
  709.  
  710. scroll 4 15 22
  711. cursor 9 20
  712. print 'exactly the same frame of reference. Within Astrology 
  713. cursor 9 16
  714. test -
  715.  
  716. scroll 4 15 22
  717. cursor 9 20
  718. print 'there has also been controversy about this which has 
  719. cursor 9 16
  720. test -
  721.  
  722. scroll 4 15 22
  723. cursor 9 20
  724. print 'culminated in many astrologers using the Sidereal Zodiac 
  725. cursor 9 16
  726. test -
  727.  
  728. scroll 4 15 22
  729. cursor 9 20
  730. print '(corrected to the constellations the equinox actually 
  731. cursor 9 16
  732. test -
  733.  
  734. scroll 4 15 22
  735. cursor 9 20
  736. print 'falls in.) This means that all astrological and 
  737. cursor 9 16
  738. test -
  739.  
  740. scroll 4 15 22
  741. cursor 9 20
  742. print 'astronomical information must be altered back one sign. An 
  743. cursor 9 16
  744. test -
  745.  
  746. scroll 4 15 22
  747. cursor 9 20
  748. print 'individual born in the 23rd of March and designated an 
  749. cursor 9 16
  750. test -
  751.  
  752. scroll 4 15 22
  753. cursor 9 20
  754. print 'Aries is to the sidereal astrologer actually born in 
  755. cursor 9 16
  756. test -
  757.  
  758. scroll 4 15 22
  759. cursor 9 20
  760. print 'Pisces, Etc. The method which Hipparchus instituted and 
  761. cursor 9 16
  762. test -
  763.  
  764. scroll 4 15 22
  765. cursor 9 20
  766. print 'which astrologers and astronomers prefer is the use of the 
  767. cursor 9 16
  768. test -
  769.  
  770. scroll 4 15 22
  771. cursor 9 20
  772. print 'Tropical Zodiac based upon the time of the Vernal Equinox.
  773. enter
  774. cursor 9 16
  775. test -
  776.  
  777. scroll 4 15 22
  778. cursor 9 20
  779. print 'The resolution of this problem lies in the fact that 
  780. cursor 9 16
  781. test -
  782.  
  783. scroll 4 15 22
  784. cursor 9 20
  785. print 'astrology does not attribute effects to the constellation 
  786. cursor 9 16
  787. test -
  788.  
  789. scroll 4 15 22
  790. cursor 9 20
  791. print 'themselves, but rather defines the signs as 30 degree 
  792. cursor 9 16
  793. test -
  794.  
  795. scroll 4 15 22
  796. cursor 9 20
  797. print 'segments of longitude along the ecliptic. The positions of 
  798. cursor 9 16
  799. test -
  800.  
  801. scroll 4 15 22
  802. cursor 9 20
  803. print 'the signs are not related to the constellations but rather 
  804. cursor 9 16
  805. test -
  806.  
  807. scroll 4 15 22
  808. cursor 9 20
  809. print 'to symbolic representations based upon the sequence of the 
  810. cursor 9 16
  811. test -
  812.  
  813. scroll 4 15 22
  814. cursor 9 20
  815. print 'seasons. The correlation of the signs with the seasons is 
  816. cursor 9 16
  817. test -
  818.  
  819. scroll 4 15 22
  820. cursor 9 20
  821. print 'of great and central importance in the horoscope. Births 
  822. cursor 9 16
  823. test -
  824.  
  825. scroll 4 15 22
  826. cursor 9 20
  827. print 'in the spring and the quality of "springtime" contain the 
  828. cursor 9 16
  829. test -
  830.  
  831. scroll 4 15 22
  832. cursor 9 20
  833. print 'active forces of the sign Aries independent of the real 
  834. cursor 9 16
  835. test -
  836.  
  837. scroll 4 15 22
  838. cursor 9 20
  839. print 'astronomical zodion in which the sun stands in at the 
  840. cursor 9 16
  841. test -
  842.  
  843. scroll 4 15 22
  844. cursor 9 20
  845. print 'Vernal Equinox.
  846. enter
  847. cursor 9 16
  848. test -
  849.  
  850. cursor 9 20
  851. test -
  852.  
  853. script - sofar
  854. if accuracy 3 < 90 goto again2
  855. if key = R goto repeat_lesson2
  856. if key = r goto repeat_lesson2
  857.  
  858. memory 2 = 0
  859.  
  860. memory 1 = 10
  861.  
  862. clear
  863. cursor 51 7
  864. print '11
  865. script save
  866.  
  867. if key ! C if key ! c goto exit
  868. clear
  869. keyboard
  870.  
  871. :exit
  872.